home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / midi / prwzr220.lha / Pro-Wizard-v2.20 / Bonus-Progs / ModInfo_13.lha / ModInfo.doc < prev   
Text File  |  1995-08-12  |  3KB  |  90 lines

  1.  
  2.                            --- ModInfo v1.3 ---
  3.  
  4.                      © Gryzor - Melun Club DeLiRiUm !
  5.  
  6.  
  7.  
  8.  
  9.  
  10.       This file is a part of the REGISTERED VERSION of Pro-Wizard 2 !
  11.  
  12.             It only works with OS 2.0+, as well as Pro-Wizard !
  13.  
  14.  
  15.  
  16.  
  17.  
  18. Short doc:
  19. ¯¯¯¯¯¯¯¯¯
  20. ModInfo is a little tool whose job is to display all informations about
  21. a Protracker module, like the MODINFO function in FileMaster, you see ?
  22.  
  23. I decided to write this because this function is missing in DOpus.
  24.  
  25.  
  26. You can run it from CLI/SHELL, by typing :
  27.  
  28. ModInfo <file>               ; only protracker modules of course...
  29.  
  30.  
  31. Or, for a better use, you can include it in one of your BUTTONS in DOPUS...
  32. Just create the button, and enter this in the command line :
  33.  
  34. ModInfo {f}                  ; ModInfo must be in a directory known by
  35.                              ; your PATH:     (i.e 'C:' or 'Bin:')
  36.  
  37. And, also specify "AmigaDOS".
  38.  
  39. Don't forget the flags "Do all files" and "Output to file" !
  40.  
  41.  
  42. Then, you'll be able to display the module_info of each module converted
  43. by Pro-Wizard-2, the song name, each sample length, vol, repeat & replen,
  44. and the number of patterns & positions in the song.
  45.  
  46.  
  47.  
  48.                          ***********************
  49.  
  50.  
  51. New in v1.3 :
  52. ~~~~~~~~~~~
  53.  
  54. You can remove ModInfo from the list of xData-Clients !!
  55. Now, ModInfo makes use of XPKmaster.library to do its work, but there is a
  56. new improvement again : it doesn't decrunch the whole module anymore !! :)
  57.  
  58. It uses the XpkRead() function, to unpack the beginning of the module ONLY,
  59. so that users with low memory will be able, now, to make some ModInfos on
  60. very large xPacked modules, as over 1meg and more...  Are you happy ? ;)
  61.  
  62. Second advantage : it's obviously VERY FASTER now ! No need to wait for
  63. the whole file to be decrunched.
  64.  
  65.  
  66.                                  Special:
  67.                                 ~~~~~~~~~~
  68.   As it seems that more and more modules use samples with a length
  69.   higher than $FFFF (65535), I have been forced to modify my Protracker
  70.   check-routines to make them recognize these modules...
  71.  
  72.   (Although you CAN'T do this within Protracker itself, anyway, it accepts
  73.    to play such modules but refuses to load/edit samples larger than 64kb !).
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. New in v1.2 :
  81. ~~~~~~~~~~~
  82.  
  83. It now checks your kickstart, and correctly reads the given parameter ;)
  84.  
  85. Add: It also displays the Patterns Length,
  86.                           Samples  Length,
  87.               & the Total Module   Length.
  88.  
  89.                                                                   Gryzor.
  90.